go/printer.printer.last (field)
8 uses
go/printer (current package)
printer.go#L80: last token.Position // value of pos after calling writeString
printer.go#L340: p.last = p.pos
printer.go#L355: if pos.IsValid() && pos.Filename != p.last.Filename {
printer.go#L361: if pos.Line == p.last.Line && (prev == nil || prev.Text[1] != '/') {
printer.go#L442: if pos.IsValid() && p.last.IsValid() {
printer.go#L443: n = pos.Line - p.last.Line
printer.go#L756: p.last = next
printer.go#L772: p.last = p.pos
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)